SftTree/OCX 7.0

SftTreeCell.BackColorEnd Property

Softel vdm, Inc.

Defines the cell's background color, combined with BackColor creating a gradient fill.

Syntax       

 

Get

VB.NET

Clr = object.BackColorEnd  As UIntegerLanguage-specific information

VB

Clr = object.BackColorEnd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.BackColorEnd;

VC++

OLE_COLOR Clr = object->BackColorEnd;
OLE_COLOR Clr = object->GetBackColorEnd();

C

HRESULT object->get_BackColorEnd(OLE_COLOR* Clr);

Delphi

Clr := object.BackColorEnd  : Cardinal;

Put

VB.NET

object.BackColorEnd = Clr  As UIntegerLanguage-specific information

VB

object.BackColorEnd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.BackColorEnd = Clr;

VC++

OLE_COLOR object->BackColorEnd = Clr;
void object->PutBackColorEnd(OLE_COLOR Clr);

C

HRESULT object->put_BackColorEnd(OLE_COLOR Clr);

Delphi

object.BackColorEnd := Clr  : Cardinal;

object

A SftTreeCell object.

Clr

Defines the cell's background color, combined with BackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The BackColorEnd property defines the cell's background color, combined with BackColor creating a gradient fill.

The Cell.BackColor property can be used to define the cell's background color, combined with BackColorEnd creating a gradient fill. The orientation of the gradient fill can be defined using the Cell.BackColorOrientation property. If Cell.BackColor is not defined, BackColorEnd is ignored and has no effect.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com